Added diagnostic messages to the RuntimeError exceptions when they occur inside
authoremellor@ewan <emellor@ewan>
Wed, 21 Sep 2005 10:29:23 +0000 (11:29 +0100)
committeremellor@ewan <emellor@ewan>
Wed, 21 Sep 2005 10:29:23 +0000 (11:29 +0100)
commitdf0fc046af067a0531b584f36d1c794ee90b5adc
treec23fd0ed85fe370d3f062ce1b09783d7518f1663
parent57ff2ac70a223dc7e4d0701d48055a74183d2e18
Added diagnostic messages to the RuntimeError exceptions when they occur inside
_read and _write.  Fix gather to not return the string 'None' when reading a
value of type string that does not exist.  The value None should be returned
instead.

Signed-off-by: Ewan Mellor <ewan@xensource.com>
tools/python/xen/xend/xenstore/xstransact.py